Update gtkstyle.c to account for removal of row-ending-details
authorKristian Rietveld <kris@gtk.org>
Mon, 13 Sep 2010 15:13:21 +0000 (17:13 +0200)
committerKristian Rietveld <kris@gtk.org>
Mon, 13 Sep 2010 15:13:21 +0000 (17:13 +0200)
commita79d6676acff8b8fc537851b296f3aad20a9a265
tree737e62081188408b06034b458054a59016e7c053
parentecaa37529c18dab348de033b4e90cc16291af7c6
Update gtkstyle.c to account for removal of row-ending-details

The detail strings now have more "detail" by default, so gtkstyle.c
needed to be updated to properly handle this.  Tests like testtreeview,
testtreesort now have proper background drawing again.

This strncmp trick was the best I could think of so quickly, if anybody
has an idea to do this in a better way, let me know.
gtk/gtkstyle.c